home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / NDK / NDK_1.3 / Include-Strip1.3 / include.h / devices / keyboard.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-07-15  |  312 b   |  12 lines

  1. #ifndef    DEVICES_KEYBOARD_H
  2. #define    DEVICES_KEYBOARD_H
  3. #ifndef    EXEC_IO_H
  4. #include    "exec/io.h"
  5. #endif
  6. #define    KBD_READEVENT    (CMD_NONSTD+0)
  7. #define    KBD_READMATRIX    (CMD_NONSTD+1)
  8. #define    KBD_ADDRESETHANDLER    (CMD_NONSTD+2)
  9. #define    KBD_REMRESETHANDLER    (CMD_NONSTD+3)
  10. #define    KBD_RESETHANDLERDONE    (CMD_NONSTD+4)
  11. #endif
  12.